-
-
Notifications
You must be signed in to change notification settings - Fork 158
v1.3.1 #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.3.1 #92
Conversation
…zed-routes Feat/allow non dasherized routes
Feat/filter on rel attrs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this solution it is only possible to have a JSONAPI controller with dasherized route that directly inherits from the base class JsonApiController. However, it should be possible to have a deeper inheritance hierarchy.
I have added tests for the deeper inheritance case and fixed it with a simpler check for the subtype. I think that should be sufficient. @jaredcnance are you okay with that? Apart from that, I think everything else is fine. |
@JanMattner looks great! Thanks! I want to let this sit for another day or so to give anyone else a chance to comment before merging this in. Until then, these changes are available on MyGet. |
Closes #85
Closes #86